-
- All Implemented Interfaces:
public final class NlpHealthcheckResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNlpHealthcheckResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanentityClassifierprivate final BooleanintentClassifierpublic final static NlpHealthcheckResult.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description NlpHealthcheckResult(Boolean entityClassifier, Boolean intentClassifier)
-
Method Summary
Modifier and Type Method Description final BooleangetEntityClassifier()final BooleangetIntentClassifier()-
-
Method Detail
-
getEntityClassifier
final Boolean getEntityClassifier()
-
getIntentClassifier
final Boolean getIntentClassifier()
-
-
-
-